Skip to content

fix: add delegate key @ prefix example to create-expert definition-writer#704

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix/create-expert-delegate-key-prefix
Mar 4, 2026
Merged

fix: add delegate key @ prefix example to create-expert definition-writer#704
FL4TLiN3 merged 1 commit intomainfrom
fix/create-expert-delegate-key-prefix

Conversation

@FL4TLiN3
Copy link
Contributor

@FL4TLiN3 FL4TLiN3 commented Mar 4, 2026

Summary

  • The definition-writer expert was generating delegate expert keys without the @ prefix (e.g., aigaming/gamedesigner instead of @aigaming/gamedesigner), causing expertKeyRegex validation to fail at runtime
  • Added a concrete delegate TOML example ([experts."@expert-name/delegate"]) to the schema reference section
  • Clarified TOML syntax rules to explicitly require the @ prefix for delegate keys
  • Bumped create-expert coordinator to 1.0.4 and @create-expert/definition-writer to 1.0.1

Test plan

  • bun run typecheck passes
  • bun run test passes
  • Run create-expert against a multi-delegate expert definition and verify generated TOML uses @ prefix for delegate keys

🤖 Generated with Claude Code

…er schema reference

The definition-writer LLM was generating delegate expert keys without the
@ prefix (e.g., "aigaming/gamedesigner" instead of "@aigaming/gamedesigner")
because the schema reference only showed coordinator examples. Added a
concrete delegate TOML example and clarified the TOML syntax rules to
explicitly require the @ prefix for delegate keys.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit eb1a51d into main Mar 4, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/create-expert-delegate-key-prefix branch March 4, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant